@charset "utf-8";

/*==================== 公共部分-start ==============*/
::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #cfcfcf;
    border-radius: 3px;
}

.app {
    position: relative;
    width: 100%;
    min-width: 1280px;
   /* padding-top: 70px; */
    background-color: #f1f3f6;
    color: #252526;
}

.sectionwrap {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.section {
    position: relative;
    width: 100%;
    min-width: 1280px;
}

.ell {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ell2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tag {
    position: absolute;
    display: block;
    width: 82px;
    height: 24px;
    line-height: 24px;
    background: url(../images/tag1.png) no-repeat;
    text-indent: 8px;
    color: #fff;
}

.radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt56 {
    margin-top: 56px;
}

/*==================== 公共部分-end== ==============*/
/*==================== 头部导航-start ==============*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #2a91fa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    z-index: 999;
}

.header-wrap {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    margin: 0 auto;
    background-color: #2a91fa;
    z-index: 3;
}

.header-main {
    position: relative;
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    z-index: 3;
}

.logo {
    float: left;
    width: 130px;
    padding-top: 10px;
    margin-right: 70px;
}

.logo img {
    width: 100%;
}

.nav-main {
    float: left;
}

.nav-item {
    float: left;
    position: relative;
    width: 90px;
    height: 60px;
    text-align: center;
    cursor: pointer;
}

.nav-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-item:hover a {
    text-decoration: none;
}

.navcn {
    display: block;
    height: 18px;
    line-height: 18px;
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
}

.navhover {
    position: relative;
    display: block;
    width: 100%;
    height: 16px;
    overflow: hidden;
}

.navico {
    display: block;
    width: 20px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/ico_nav.png) center no-repeat;
    transition: all .15s ease-in;
    transform: translateY(-16px);
}

.naven {
    display: block;
    height: 16px;
    line-height: 16px;
    transition: all .15s ease-in;
    transform: translateY(-16px);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    color: #bdd7fd;
}

.nav-item:hover .navico,
.nav-item.active .navico {
    transform: translateY(0);
}

.nav-item:hover .naven,
.nav-item.active .naven {
    transform: translateY(0);
}

.subnavbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url("../images/nav_wrap.png");
    transition: all .2s ease-in;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    color: #bdd7fd;
}

.header:hover .subnavbox {
    top: 70px;
    pointer-events: all;
    opacity: 1;
}

.subnav-main {
    width: 990px;
    padding-left: 290px;
    margin: 0 auto;
}

.subnav {
    float: left;
    width: 90px;
}

.subnav-type {
    display: none;
}

.subnav-dd {
    height: 38px;
    line-height: 38px;
    transition: all .2s ease-in;
    text-align: center;
    cursor: pointer;
}

.subnav-dd a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

.subnav-dd:hover a {
    text-decoration: none;
    color: #2a91fa;
}

.subnav-name {
    display: block;
    width: 100%;
    transition: all .2s ease-in;
    text-indent: 18px;
    text-align: left;
    font-size: 13px;
}

.icon-hot {
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 12px;
    height: 15px;
    margin-right: 3px;
    background: url(../images/ico_hot.png) center no-repeat;
}

/*==================== 头部导航-end== ==============*/


/*==================== 下载中心-start ==============*/
.banner-download {
    width: 100%;
    height: 350px;
    background: url(../images/banner_download.jpg) center no-repeat;
}

.banner-reg-tool {
    position: absolute;
    top: 194px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}

.banner-reg-tool_item {
    float: left;
    width: 174px;
    height: 98px;
    padding-top: 12px;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.btn-download-register {
    float: left;
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin-top: 31px;
    margin-left: 56px;
    background: linear-gradient(to right, #2a91fa, #185cf1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all .3s ease-in;
    /* box-shadow: 0 3px 8px #2a91fa; */
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.btn-download-register:hover {
    box-shadow: 0 3px 8px #2a91fa;
}

.btn-download-register a {
    color: #fff;
}

.btn-download-register:hover a {
    text-decoration: none;
}

.download-container {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
}

.download-content {
    float: left;
    width: 960px;
}

.download-aside {
    float: right;
    width: 220px;
}

.download-crumbs {
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    background: #e0e2e4 url(../images/arrow_crumbs.png) 12px center no-repeat;
}

.download-crumbs-name {
    float: left;
    margin-right: 20px;
    font-size: 17px;
    color: #252526;
}

.download-crumbs-em {
    position: relative;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    margin-top: 16px;
    font-size: 12px;
    color: #53545b;
}

.download-gamemode-pane {
    margin-top: 42px;
    margin-bottom: 50px;
}

.btn-download {
    position: relative;
    float: left;
    width: 368px;
    height: 98px;
    line-height: 98px;
    background: url(../images/btn_download.png) no-repeat;
    transition: all .3s ease-in;
    cursor: pointer;
}

.btn-download:hover {
    transform: translate(2px, 3px);
}

.btn-download em {
    position: absolute;
    top: 47px;
    left: 156px;
    height: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    font-size: 16px;
    color: #dde6f4;
}

.download-gamemode {
    float: right;
    width: 520px;
    height: 82px;
    padding-left: 44px;
    margin-top: 6px;
    margin-bottom: 24px;
    border: 1px dashed #e0e2e4;
}

.d-g-item {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
}

.d-g-item em {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: 14px;
}

.icon-right {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url(../images/icon_right.png) right center no-repeat;
}

.download-gamemode-desc {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}

.download-gamemode-desc b {
    font-weight: normal;
    color: #f39343;
}

.download-gamemode-desc a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    /* text-decoration: underline; */
    font-weight: normal;
    color: #2a91fa;
}

.download-gamemode-desc .icon {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: center no-repeat;
}

.download-gamemode-desc .icon-logo-ico {
    background-image: url(../images/ico1.png);
    background-size: 100% 100%;
}

.download-gamemode-desc .icon-add {
    background-image: url(../images/ico3.png);
}

.download-gamemode-desc .icon-cs-ico {
    background-image: url(../images/icon_add.png);
}

.download-gamemode-desc .icon-bili {
    width: 60px;
    background-image: url(../images/icon_bili.png);
    background-position: top;
}

.mini-bili__logo {}

.download-crumbs-em::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #a5a5a5;
}

.download-other {
    margin-top: 20px;
    margin-bottom: 60px;
}

.download-other-item {
    height: 60px;
    padding: 15px;
    border: 1px solid #bbb;
    border-radius: 4px;
    transition: all .3s linear;
    cursor: pointer;
}

.download-other-item:hover {
    border-color: #2a91fa;
}

.download-other-ico {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 12px;
    margin-right: 12px;
}

.download-other-info {
    float: left;
    width: 260px;
    padding-top: 8px;
}

.download-other-info em {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
}

.download-other-info b {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #a5a5a5;
}

.download-other-txt {
    float: left;
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    background: url(../images/ico_download_arrow.png) right center no-repeat;
    transition: all .3s linear;
    font-size: 18px;
}

.download-other-item:hover .download-other-txt {
    animation: moveDown .8s ease-in infinite;
    background-image: url(../images/ico_download_arrow2.png);
    color: #2a91fa;
}

@keyframes moveDown {
    0% {
        background-position: right -25px;
    }

    50% {
        background-position: right 0px;
    }

    100% {
        background-position: right 25px;
    }
}

.config-table {
    width: 960px;
    line-height: 48px;
    background-color: #f8f9fb;
    border: 2px solid #e0e2e4;
    border-collapse: collapse;
    border-spacing: 0;
    color: #53545b;
}

.config-table thead {
    height: 40px;
    line-height: 40px;
}

.config-table tbody tr:nth-child(odd) {
    background-color: #f1f3f6;
}

.config-th {
    font-weight: bold;
    font-size: 18px;
}

.config-td {
    border: 2px solid #e0e2e4;
    text-align: center;
    font-size: 14px;
}

.download-desc {
    margin-top: 64px;
    padding-bottom: 60px;
}

.download-desc-title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: url(../images/);
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.download-desc-ul {
    width: 980px;
    height: 100px;
    margin-left: -10px;
}

.download-desc-li {
    position: relative;
    float: left;
    width: 225px;
    height: 100px;
    margin: 0 10px;
    overflow: hidden;
}

.download-desc-img {
    width: 225px;
    height: 100px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.download-desc-li:hover .download-desc-img {
    transform: scale(1.1);
}

.download-desc-h1 {
    position: absolute;
    top: 40px;
    left: 10px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.download-desc-h2 {
    position: absolute;
    top: 68px;
    left: 10px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    color: #b0b0b2;
}

.download-notice {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #53545b;
}

.download-notice a {
    color: #53545b;
}

/*==================== 下载中心-end ================*/

/*==================== 页面底部-start ==============*/
.footer {
    width: 100%;
    text-align: center;
}

.footer-main {
    height: 199px;
    background-color: #32343a;
    border-bottom: 1px solid #47494e;
}

.footer-main-logo {
    float: left;
    width: 244px;
    height: 102px;
    padding-top: 48px;
    margin-left: 6px;
}

.footer-main-tips {
    float: right;
    line-height: 28px;
    padding-top: 20px;
    padding-left: 72px;
    margin-right: 6px;
    background: url(../images/tips_footer.png) 0 64px no-repeat;
    font-size: 16px;
    color: #bfbfc0;
}

.footer-nav {
    float: left;
    width: 540px;
    padding-top: 72px;
    margin-left: 118px;
}

.footer-nav-item {
    float: left;
    width: 108px;
    margin: 0 12px;
    cursor: pointer;
}

.footer-nav-name {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #e0e1e1;
}

.footer-nav-item:hover {
    text-decoration: none;
}

.footer-nav-item:hover .footer-nav-name {
    color: #2a91fa;
}

.icon-footer {
    display: block;
    width: 43px;
    height: 43px;
    margin: 0 auto;
    background: url(../images/icon_footer.png) no-repeat;
    border: 1px solid #707175;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.icon-footer_qqkf {
    background-position: -43px 0;
}

.icon-footer_lh {
    background-position: -86px 0;
}

.icon-footer_honor {
    background-position: -129px 0;
}

.icon-footer_wechat {
    background-position: -172px 0;
    border-radius: 0;
}

.footer-copyright {
    line-height: 22px;
    padding: 8px 0;
    background-color: #1d1d1e;
    font-size: 12px;
    color: #707175;
}

.footer-copyright a,
.footer-copyright span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 0 16px;
}

.footer-copyright a {
    color: #707175;
}

.fsi {
    padding-left: 16px;
    background: url(../images/icon_footer.png) no-repeat;
    background-position: -215px 0;
}

.footer-copyright a:hover {
    color: #2a91fa;
}

/*==================== 页面底部-end ================*/